github.com/google/go-cmp/cmp.valueNode.TransformerName (field)

5 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L112: 	if v.parent != nil && v.parent.TransformerName == "" {
		report_compare.go#L170: 	if v.TransformerName != "" {
		report_compare.go#L172: 		out = &textWrap{Prefix: "Inverse(" + v.TransformerName + ", ", Value: out, Suffix: ")"}
		report_value.go#L46: 	TransformerName string // If non-empty, implies Value is populated
		report_value.go#L75: 		parent.TransformerName = s.Name()